ignrando.o stmwpp.o msroute.o cst.o nmn4.o mag_pdb.o compegps.o \
yahoo.o unicsv.o wfff_xml.o garmin_txt.o axim_gpb.o gpssim.o \
wbt-200.o stmsdf.o gtrnctr.o dmtlog.o raymarine.o alan.o vitovtt.o \
- ggv_log.o g7towin.o garmin_gpi.o lmx.o random.o xol.o
+ ggv_log.o g7towin.o garmin_gpi.o lmx.o random.o xol.o dg-100.o
FILTERS=position.o radius.o duplicate.o arcdist.o polygon.o smplrout.o \
reverse_route.o sort.o stackfilter.o trackfilter.o discard.o \
extern ff_vecs_t copilot_vecs;
extern ff_vecs_t coto_vecs;
extern ff_vecs_t cst_vecs;
+extern ff_vecs_t dg100_vecs;
extern ff_vecs_t easygps_vecs;
extern ff_vecs_t garmin_vecs;
extern ff_vecs_t garmin_txt_vecs;
"Swiss Map # (.xol) format",
"xol"
},
+ {
+ &dg100_vecs,
+ "dg-100",
+ "GlobalSat DG-100/BT-335 Download",
+ NULL
+ },
{
NULL,
NULL,
--- /dev/null
+<para>Serial download protocol for the <productname>GlobalSat DG-100</productname> GPS data logger. Although untested it is expected that this will also support the BT-335.</para>
+<para>While the DG-100 has a button to record waypoints, they seem to be indistinguishable from trackpoints. Therefore, all points will be presented as trackpoints, disregarding whether they were recorded automatically or manually.</para>
+<para>
+<ulink url="http://www.globalsat.com.tw/eng/product_detail_00000090.htm">GlobalSat DG-100</ulink>
+</para>
+<example id="dg-100-on-linux">
+ <title>Command showing DG-100 download and erase on Linux</title>
+ <para><userinput>gpsbabel -t -i dg-100,erase -o gpx /dev/ttyUSB0 outputfile.gpx</userinput></para>
+</example>
--- /dev/null
+<para>This option erases the track log from the device after download.</para>